home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / others / figlest / upper.flc < prev   
Encoding:
Text File  |  1994-08-12  |  871 b   |  32 lines

  1. flc2a
  2. # Upper by Glenn Chappell <ggc@uiuc.edu> 1/94
  3. # Converts lower-case to upper-case.
  4. # figlet release 2.1 -- 12 Aug 1994
  5. #
  6. # This is a figlet controlfile.
  7. #
  8. # Explanation of first line:
  9. #   flc2 - "magic number" for file identification
  10. #   a    - should always be `a', for now
  11. #
  12. # File body:
  13. #   The first character of any line is the "command" for that line.
  14. #   Possible figlet 2.1 commands are as follows:
  15. #   `#' - comment, continues until end-of-line
  16. #   `t' - translate, a not-so-fancy version of the Unix "tr" command
  17. #   `f' - freeze, treat further lines as if they were in a new file
  18. #
  19. # The following lines convert lower-case to upper-case.
  20. #
  21. # Standard letters:
  22. t a-z A-Z
  23. #
  24. # figlet Deutsch characters:
  25. t \-252-\-250 \-255-\-253
  26. #
  27. # ISO Latin-1 accented letters:
  28. t \224-\246 \192-\214
  29. t \248-\254 \216-\222
  30. t \255 Y
  31. # (Latin-1 has no upper-case Y-umlaut.)
  32.